/* 
	================================
CSS STYLES FOR DotNetNuke Skins by the SkinCovered Team - http://www.skincovered.com
The best place to learn about how to skin your DotNetNuke website
Tutorials, Forums, Code Snippets, Videos, Expert Advice by Experienced DNN Skinners
Free & Premium Content for the DotNetNuke enthusiast

Modified from DNN 3.0.13 Free Skins  - Nina Meiers dotnetnuke@xd.com.au - http://www.xd.com.au
   ================================
*/ 

/* style for module titles */
.TWPad7Title   {
	font-family:Tahoma;
	font-size:  8pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#FF9933;
	padding-left:2px;
	padding-top: 2px;
	text-align: left;
	vertical-align: middle;
	height:21px;
}
/* style for content pane */
.TWPad7contentpane {
	text-align: left;
	vertical-align: top;
	margin: 6px;
	padding: 6px;
	color: #666666;
}

